home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
program
/
dtswps.zip
/
DTSFILES.ZIP
/
EXAMPLE
/
INSTALL.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-06-27
|
413b
|
15 lines
/* */
call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
call SysLoadFuncs
parse arg libdir
if (libdir = "")
then say '-- specify a directory in the libpath to copy ex1.dll there'
else
'copy ex1.dll' libdir
if SysCreateObject("EX1","Ex1 Folder","<WP_DESKTOP>","OBJECTID=<AnEx1>")
then say 'Ex1 Folder installed on desktop'
else
say 'Failed to create EX1 instance on the desktop'